-
Notifications
You must be signed in to change notification settings - Fork 127
Add agents.md file #1675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Add agents.md file #1675
Conversation
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
|
I have read the Code of Conduct and I hereby accept the Terms |
Pull Request Test Coverage Report for Build 21361320696Details
💛 - Coveralls |
AGENTS.md
Outdated
| │ ├── testenv/ # Test environment utilities | ||
| │ └── */ # Test suites by feature | ||
| ├── tools/ # Helper scripts and utilities | ||
| └── kuttl/ # KUTTL test scenarios |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please move kuttl above to maintain alphabetical order?
AGENTS.md
Outdated
| **Integration Test Structure:** | ||
| - Each test suite has its own directory under `test/` | ||
| - Suite file: `*_suite_test.go` - Creates TestEnv (namespace) | ||
| - Spec files: `*_test.go` - Contains test cases (It blocks) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does it mean here "It blocks"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant it as the actual test cases. I updated the description in the parentheses. Let me know if that makes it more clear.
Description
This PR creates an Agents.md file to better assist AI tools when working with the splunk-operator repository.
Key Changes
Testing and Verification
N/A
Related Issues
N/A
PR Checklist